home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / aim_xtra.arc / EXAM2.AIM < prev    next >
Text File  |  1988-08-17  |  298b  |  9 lines

  1. *example of grey-value operations.
  2. read trui  * read the trui image
  3. gradx A,B  * horizontal gradient image
  4. grady A,C  * vertical gradient image
  5. hist       * display the histogram of A
  6. hist B     * display the histogram of B
  7. lapl A,D   * enhance the image
  8. gdisp      * remove the histogram 
  9.